Xml Serialization and the [Obsolete] Attribute
I learned something new today: Starting with .NET 3.5, the XmlSerializer no longer serializes properties that are marked with the Obsolete attribute. I can't say that I really agree with this. Marking something Obsolete is supposed to be something for a developer to deal with in source code. ... [read more]
Submit a review:
Login required.